09. Garbage Collector: TODO

Garbage Collector

You are all set to complete the Garbage Collector Project! Navigate to the Project Workspace concept and start to work on your project!

TODO

Clone the garbage collector repository to your Workspace. There are a few TODOs in the code. Complete the implementations and verify that your implementation does not have any memory leaks! If you are all set, submit the project!

  1. Complete Pointer class
  2. Complete pointer detail class
  3. Test the garbage collector
  4. Submit!

Task Description:

Garbage Collector TODO List

Task List:

Task Feedback:

Well done!